@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2015-02-24 13:30:26
 * @version $Id$
 */


.container{
	width: 100%;
	min-width: 1200px;
	padding-bottom: 45px;
	background: #fff;
}
.content{
	width: 1200px;
	margin: 0 auto;
}

/* basic info */
.basicInfo{
	padding-top: 34px;
}
.basicInfo_img{
	float: left;
	display: inline;
}
.basicInfo_img h2{
	width: 154px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: #333;
	color: #fff;
	font-family: "Arial";
	font-size: 20px;
	font-weight: normal;
}
.basicInfo_img img{
	width: 476px;
	height: 260px;
	margin-top: 8px;
}
.basicInfo_text{
	float: left;
	display: inline;
	margin: 0 14px;
	width: 546px;
}
.basicInfo_title h2{
	float: left;
	display: inline;
	height: 38px;
	line-height: 38px;
	color: #444;
	font-family: "Arial";
	font-size: 16px;
}
.basicInfo_title p{
	float: right;
	display: inline;
	margin-top: 7px;
}
.basicInfo_title p a{
	margin-left: 4px;
}
.basicInfo_synopsis{
	margin-top: 8px;
	height: 134px;
	padding: 10px;
	border: 1px solid #bdbdbd;
}
.basicInfo_synopsis p{
	line-height: 18px;
	font-size: 14px;
	font-family: "Arial";
}
.basicInfo_details{
	border: 1px solid #bdbdbd;
	padding: 23px 10px;
	margin-top: 6px;
}
.basicInfo_details span{
	float: left;
	display: inline;
	width: 164px;
	height: 25px;
	line-height: 25px;
	padding-right: 10px;
	font-family: "Arial";
	font-size: 14px;
	color: #444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.basicInfo_recom{
	float: left;
	display: inline;
	width: 150px;
}
.basicInfo_recom h2{
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #333;
	color: #fff;
	font-family: "Arial";
	font-size: 14px;
	margin-top: 8px;
}
.basicInfo_recom ul{
	margin-top: 16px;
}
.basicInfo_recom ul li{
	position: relative;
	margin-bottom: 5px;
}
.basicInfo_recom li .link_img img{
	width: 150px;
	height: 83px;
}
.basicInfo_recom li .link{
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20px;
	line-height: 20px;
	background: #fff;
	opacity: 0.7;
	filter: alpha(opacity: 70);
}
.basicInfo_recom li .link a{
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	width: 96%;
	padding: 0 2%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-family: "Arial";
	color: #444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.basicInfo_recom li .link a:hover{
	text-decoration: underline;
}	


/* screeners */
.screen{
	margin-top: 38px;
}
.screen_title{
	width: 152px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #333;
	color: #fff;
	font-family: "Arial";
	font-size: 20px;
	font-weight: normal;
}
.screen_cont{
	margin-top: 8px;
}


/* List of Screeners */
.screenList{
	margin-top: 38px;
}
.screenList_title{
	width: 234px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #333;
	color: #fff;
	font-family: "Arial";
	font-size: 20px;
	font-weight: normal;
}
.screenList_cont{
	margin-top: 8px;
}
.screenList_lists{
	float: left;
	display: inline;
}
.screenList_lists li{
	float: left;
	display: inline;
	margin-right: 12px;
}
.screenList_lists li .link_img{
	
}
.screenList_lists li .link_img img{
	width: 288px;
	height: 158px;
}
.screenList_lists li .link{
	width: 268px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.screenList_lists li .link a{
	font-size: 14px;
	font-family: "Arial";
	color: #444;
}
.screenList_down{
	float: left;
	display: inline;
	width: 300px;
	height: 158px;
	background: #f2f2f2;
	position: relative;
}
.screenList_inputs{
	margin-top: 36px;
}
.screenList_item{
	float: left;
	display: inline;
	width: 150px;
	height: 16px;
	line-height: 16px;
	padding: 6px 0;
}
.screenList_item .screenList_check{
	float: left;
	display: inline;
	margin-left: 20px;
	margin-top: 1px;
}
.screenList_item label{
	float: left;
	display: inline;
	height: 16px;
	line-height: 16px;
	margin-left: 4px;
	font-family: "Arial";
	font-size: 12px;
	color: #444;
	width: 110px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.screenList_downImg{
	position: absolute;
	top: 0;
	right: 38px;
}
.screenList_note{
	font-size: 12px;
	font-style: italic;
	font-family: "Arial";
	color: #444;
	padding: 0 6px;
	text-align: justify;
	line-height: 16px;
}
.screenList_note a{
	color: #e26a0e;
}